From 74e995336bf464075de7fc15b92efbff5b54c6fe Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Thu, 15 May 2025 17:11:04 +0200 Subject: [PATCH] fix(AppImage): bundle client translations Signed-off-by: Jyrki Gadinger --- admin/linux/build-appimage.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/linux/build-appimage.sh b/admin/linux/build-appimage.sh index 61b1b6f67..8a5ccb436 100755 --- a/admin/linux/build-appimage.sh +++ b/admin/linux/build-appimage.sh @@ -63,6 +63,10 @@ rm -rf usr/share/caja-python/ rm -rf usr/share/nautilus-python/ rm -rf usr/share/nemo-python/ +# The client-specific data dir also contains the translations, we want to have those in the AppImage. +mkdir -p AppDir/usr/share +mv usr/share/${EXECUTABLE_NAME} AppDir/usr/share/${EXECUTABLE_NAME} + # Move sync exclude to right location mv /app/etc/*/sync-exclude.lst usr/bin/ rm -rf etc -- 2.30.2